Debug your interface extension code by running the Visual Basic project in debug mode just as you would any other Visual Basic project.
Following are the basic steps involved in debugging an interface extension:
Tip Use the Start program option and enter the path to the PowerUser executable to automatically start the program whenever you run the project in debug mode.
Note If the breakpoints do not seem to work, check that the Version Compatibility setting on the Component tab of your project’s properties is set to Project Compatibility and select the extension’s .DLL file.
Make sure the project is compiled using the Project Compatibility or Binary Compatibility options as shown in the following figure. If not, then the Meridian Enterprise client applications will not use the instance of the interface extension that is being debugged.
Related information